runtime.workType.nStackRoots (field)
11 uses
runtime (current package)
mgc.go#L394: nDataRoots, nBSSRoots, nSpanRoots, nStackRoots, nMaybeRunnableStackRoots int
mgc.go#L1229: var vIndex, ivIndex int = work.nMaybeRunnableStackRoots, work.nStackRoots
mgc.go#L1302: if work.nMaybeRunnableStackRoots == work.nStackRoots {
mgc.go#L1314: work.goroutineLeak.count = work.nStackRoots - work.nMaybeRunnableStackRoots
mgc.go#L1316: for i := work.nMaybeRunnableStackRoots; i < work.nStackRoots; i++ {
mgc.go#L1337: work.markrootJobs.Add(int32(work.nStackRoots - work.nMaybeRunnableStackRoots))
mgc.go#L1338: work.nMaybeRunnableStackRoots = work.nStackRoots
mgc.go#L1964: print("runtime: full=", hex(work.full), " next=", next, " jobs=", jobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
mgcmark.go#L164: work.nStackRoots = len(work.stackRoots)
mgcmark.go#L174: work.baseEnd = work.baseStacks + uint32(work.nStackRoots)
mgcmark.go#L192: if i >= work.nStackRoots {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |